home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 7 / TboS Games Special 7.iso / fbpro96 / sack.bat < prev    next >
DOS Batch File  |  1995-12-07  |  192b  |  12 lines

  1. @echo off
  2.  
  3. punt.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if errorlevel == 1 goto THE_LOOP
  5. goto END
  6.  
  7. :THE_LOOP
  8. punt.exe -blah %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. if errorlevel == 1 goto THE_LOOP
  10.  
  11. :END
  12.